body {
  background-color: lightblue;
}
h2 {
  color: navy;
}
h3 {
  color: #cc7a00;
}
p.outset {border-style: outset;}
html {
  scroll-behavior: smooth;
}